home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 132 (Alt)
/
Vol 132.iso
/
games
/
pupworld.swf
/
scripts
/
__Packages
/
Heroes
/
ConfusingDistraction.as
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2011-06-09
|
243 b
|
13 lines
class Heroes.ConfusingDistraction extends Heroes.Distraction
{
function ConfusingDistraction()
{
super();
}
function distractPlayer()
{
super.distractPlayer();
this._parent.player.confuse();
}
}